home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / oew / ex_.ar_ / examples / planes / inter / PLANEWIN.HRC < prev    next >
Encoding:
Text File  |  1979-11-30  |  2.2 KB  |  83 lines

  1. #define PLANEWINDOW 256
  2. #define PASSENGERPLANEDIALOG 256
  3. #define PLANELISTBOX 1
  4. #define PLANEIDEDIT 1
  5. #define PASSENGERPRICEEDIT 2
  6. #define REVENUEFIXEDTEXT 5
  7. #define PASSENGERLISTBOX 1
  8. #define PASSENGERCOUNTEDIT 1
  9. #define CARGOPLANERADIO 1
  10. #define COMBOPLANERADIO 2
  11. #define PASSENGERPLANERADIO 3
  12. #define CARGOPLANEDIALOG 257
  13. #define CARGOLISTBOX 1
  14. #define KILOPRICEEDIT 3
  15. #define COMBOPLANEDIALOG 258
  16. #define COMBOKILOEDIT 3
  17. #define PASSENGERRADIO 1
  18. #define CARGORADIO 2
  19. #define INSERT_PASSENGERPLANE 1
  20. #define INSERT_CARGOPLANE 2
  21. #define INSERT_COMBOPLANE 3
  22. #define ABOUTDIALOG 259
  23. #define PASSENGERDIALOG 260
  24. #define CARGODIALOG 261
  25. #define PASSENGERCLASSDIALOG 262
  26. #define CARGOPLANEDIALOGOLD 263
  27. #define PASSENGERPLANEDIALOGOLD 264
  28. #define COMBOPLANEDIALOGOLD 265
  29. #define PictureWindow 256
  30. #define PICTUREDIALOG 262
  31. #define PICTURESBUTTON 15
  32. #define SHOW_PASSENGERS 1
  33. #define DELETE_BUTTON 20
  34. #define EDIT_BUTTON 21
  35. #define INSERT_BUTTON 22
  36. #define NEXT_BUTTON 23
  37. #define PREV_BUTTON 24
  38. #define REVENUEEDIT 10
  39. #define TICKETPRICEEDIT 11
  40. #define FREIGHTLIST 11
  41. #define OBJECTLIST 256
  42. #define NEW_BUTTON 20
  43. #define LIST_BUTTONS 257
  44. #define GENERATOR_DIALOG 262
  45. #define PPLANE_COUNT 3
  46. #define CPLANECOUNT 2
  47. #define MPLANECOUNT 1
  48. #define QUERY_DIALOG 263
  49. #define REV_SUM 1
  50. #define TICKET_SUM 2
  51. #define KILOSUM 3
  52. #define PLANEID 4
  53. #define PLANEIDFIELD 1
  54. #define MAKEITSO 1
  55. #define PLANESRESULTS 1
  56. #define KILORESULTS 3
  57. #define TICKETRESULTS 2
  58. #define SUMRESULTS 1
  59. #define GT_CHOICE 1
  60. #define EQ_CHOICE 2
  61. #define LT_CHOICE 3
  62. #define SELECTRELATION 2
  63. #define SHOWPROGRESS 5
  64. #define REVENUE_RESULTS 2
  65.  
  66. #define MENU_MAIN 256
  67.         #define MENU_FILE 1
  68.                 #define MENU_NEW 1 // not used
  69.                 #define MENU_EXIT 3
  70.         #define MENU_QUERY 6
  71.                 #define MENU_GENERATEPLANES 7
  72.                 #define MENU_QUERY_ 4
  73.         #define MENU_HELP 3
  74.                 #define HELP_ABOUT 2
  75. #define MENU_PLANES 2
  76.  
  77. // ---- browser definitions
  78. #define COLID_HANDLE              0
  79. #define COLID_ID                 300
  80. #define COLID_REVENUE            301
  81. #define COLID_PICTURE    302
  82. #define COLID_TYPE       303
  83.